home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / TM.SHR / BOOTCAMP.TXT < prev    next >
Encoding:
Text File  |  1995-06-08  |  6.0 KB  |  132 lines

  1.                           Boot Camp
  2. *****************************************************************
  3. Use the left and right arrow keys to move from window to
  4. window. The up and down arrow keys can be used to scroll the
  5. text in each window. You can also use the PgUp, PgDn, Home, and
  6. End keys within each window. To reboot with different
  7. AUTOEXEC.BAT and CONFIG.SYS files, select the appropriate file
  8. name in the 'FILE' window and press <ENTER>.  Make certain the
  9. 'FILE' window is the active window.  You can also use your
  10. mouse to left-click twice on the file name.  You can edit the
  11. indicated file by selecting its window and pressing 'E', or
  12. using your mouse to left-click on [FILE], [*.BAT], or [*.SYS].
  13. NOTE: Press <ESC> at any time to exit from BOOT CAMP and return
  14. to DOS.
  15. *****************************************************************
  16.         CAUTION!  MAKE SURE YOU HAVE A BOOT DISK HANDY!
  17. *****************************************************************
  18. You should *ALWAYS* have a boot disk handy prior to rebooting
  19. your computer with a new configuration.  You can make a boot
  20. disk from the DOS prompt by placing an unformatted disk in drive
  21. A: and typing 'FORMAT A: \S'.  If you run into any problems when
  22. you reboot from your hard drive, use your floppy boot disk to
  23. gain access to your system, then edit your hard drive
  24. AUTOEXEC.BAT and CONFIG.SYS files as necessary to correct the
  25. problem.  When you reboot with a new configuration, backup copies
  26. are always made of the existing AUTOEXEC.BAT and CONFIG.SYS files
  27. (they are copied to the root directory as AUTOEXEC.BAC and
  28. CONFIG.BAC, respectively).
  29. *****************************************************************
  30.                    HOW DOES BOOT CAMP WORK?
  31. *****************************************************************
  32. BOOT CAMP provides you with a dynamic method for choosing,
  33. editing, and rebooting from a variety of AUTOEXEC.BAT and
  34. CONFIG.SYS file combinations.  You must first create a text file
  35. called BOOTCAMP.CFG.  This can be done with any standard text
  36. editor.  If you use your word processor, make sure you save the
  37. file as an ASCII file.  The contents of BOOTCAMP.CFG must follow
  38. a certain format for the program to work correctly.  The first
  39. time you run BOOT.EXE it will attempt to create BOOTCAMP.CFG for
  40. you by copying your existing AUTOEXEC.BAT and CONFIG.SYS files
  41. as ORIGINAL.BAT and ORIGINAL.SYS, respectively.
  42.  
  43. Here is the format for each entry in the BOOTCAMP.CFG file:
  44.  
  45. [NAME]
  46. Description
  47.  
  48. [NAME] -- The root filename of the AUTOEXEC.BAT and CONFIG.SYS
  49. files, stored as [NAME].BAT and [NAME].SYS.  [NAME] can be
  50. anything meaningful, like NORMAL.BAT and NORMAL.SYS, or
  51. RAMDISK.BAT and RAMDISK.SYS.  [NAME] must contain only valid
  52. DOS filename characters. You can have as many as 100 separate
  53. NAMES in BOOTCAMP.CFG
  54.  
  55. Description -- up to 76 characters which describe the contents of
  56. a particular set of boot files, e.g., Falcon 3.0 - 622K RAM,
  57. 256K Cache, 2+ Megs EMS.
  58.  
  59. Each of these components must appear on a separate line. Here's a
  60. sample of a typical BOOTCAMP.CFG file:
  61.  
  62. NORMAL
  63. 622K RAM,SmartDrive,Mouse,2 Megs EMS
  64. VANILLA
  65. No TSRs or Drivers of Any Kind
  66. RAMDISK
  67. 610K RAM,256K Cache,2+ Meg RAMDISK
  68.  
  69. It's a good idea to use upper-case letters for the [NAME] lines
  70. so that they can be more easily distinguished.
  71.  
  72. Next, you need to create separate [NAME].BAT and [NAME].SYS files
  73. for each menu entry using a standard text file editor (try DOS'
  74. EDIT.COM).  [NAME].BAT should contain all the commands you
  75. would use in the AUTOEXEC.BAT file for that application, while
  76. [NAME].SYS should contain the CONFIG.SYS file options.  [NAME]
  77. must match the root filename used in your BOOTCAMP.CFG file.
  78.  
  79. All of the [NAME].BAT and [NAME].SYS files, and BOOTCAMP.CFG, 
  80. must be in the root directory of the drive you boot from, which
  81. is normally drive C.
  82.  
  83. You can add an optional line to your BOOTCAMP.CFG file which
  84. Boot Camp uses to determine what text editor to run when you
  85. edit a Boot Camp file.  Just add a line to BOOTCAMP.CFG like
  86. this:            'EDITOR=FILENAME.EXT'
  87. If you use the 'EDITOR=' parameter in your BOOTCAMP.CFG file,
  88. make sure your path statement includes the directory which
  89. contains FILENAME.EXT.  If you omit the 'EDITOR=' setting
  90. from your BOOTCAMP.CFG file, Boot Camp will attempt to use
  91. DOS' EDIT.COM program.
  92.  
  93. You can also add optional parameters to your BOOTCAMP.CFG file
  94. to control the color scheme.  The following is a list of the
  95. available color options:
  96.  
  97. BackDropFG=       'Controls the foreground color for the panel
  98.                   'beneath the screen.
  99. BackDropBG=       'Panel background color.
  100. WindowFG=         'Foreground color for windows 2,3, and 4.
  101. WindowBG=         'Background color for windows 2,3, and 4.
  102. CursorFG=         'Foreground color, cursor line.
  103. CursorBG=         'Background color, cursor line.
  104. FileFG=           'Foreground color, boot file choice and
  105.                   'desription box.
  106. FileBG=           'Background color, boot file choice.
  107.  
  108. Acceptable foreground color choices are:
  109.  
  110. 0=Black  1=Blue  2=Green  3=Cyan  4=Red  5=Violet  6=Brown
  111. 7=White  8=Grey  9=BrightBlue    10=BrightGreen
  112. 11=BrightCyan   12=BrightRed     13=BrightPurple  14=Yellow
  113. 15=BrightWhite
  114.  
  115. The background colors must be chosen from foreground colors
  116. 0-7.  As an example, the following color settings would make
  117. the window foregound color Black and the background color Cyan:
  118.  
  119.                       WindowFG=0
  120.                       WindowBG=3
  121.  
  122. When you select a file from the top-left window, the [NAME].BAT
  123. file is copied as AUTOEXEC.BAT and the [NAME].SYS is copied as
  124. CONFIG.SYS.  The program gives you the option of performing
  125. either a warm or cold boot. The computer then restarts with the
  126. new files and automatically installs your new configuration.  You
  127. can reboot directly from the DOS prompt by typing in 'BOOT NAME'
  128. and pressing <Enter>, where NAME is the root filename used for
  129. your AUTOEXEC.BAT and CONFIG.SYS files, stored as [NAME].BAT and
  130. [NAME].SYS.
  131.  
  132.